filechooser: Add gtk_file_chooser_get_current_name()
authorJonh Wendell <jonh.wendell@linux.intel.com>
Mon, 17 Jun 2013 18:47:56 +0000 (15:47 -0300)
committerFederico Mena Quintero <federico@gnome.org>
Wed, 19 Jun 2013 18:37:35 +0000 (13:37 -0500)
commit84b4910b39bdd85195887437445a8f089cda621f
tree0d6ef223d8634a5b09025d80eab187908968b89c
parent159cccfe7b50e1e0fbede08132abfc74f4206fdb
filechooser: Add gtk_file_chooser_get_current_name()

Currently you can only set the current filename, but not
get it. It's useful to be able to get it in save
dialogs, where the user has typed the desired filename
and you are not in a real directory (recent used, for
example).

https://bugzilla.gnome.org/show_bug.cgi?id=702497
docs/reference/gtk/gtk3-sections.txt
gtk/gtkfilechooser.c
gtk/gtkfilechooser.h
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserprivate.h
gtk/gtkfilechooserutils.c